home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000327_fdc@columbia.edu_Tue May 2 12:10:19 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: question using "set tcp address"
  5. Date: 2 May 2006 16:10:07 GMT
  6. Organization: Columbia University
  7. Lines: 17
  8. Message-ID: <slrne5f12v.i40.fdc@sesame.cc.columbia.edu>
  9. References: <1146055965.966403.181660@y43g2000cwc.googlegroups.com> <slrne4vep2.8v9.fdc@sesame.cc.columbia.edu> <1146231115.275141.297260@j33g2000cwa.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1146586207 17370 128.59.59.56 (2 May 2006 16:10:07 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 May 2006 16:10:07 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15584
  17.  
  18. On 2006-04-28, david.bambic@penske.com <david.bambic@penske.com> wrote:
  19. : I did run it again to produce the debug log. I emailed the debug log
  20. : directly to you. 
  21. :
  22. Thanks, sorry for the delay.
  23.  
  24. The problem is that Kermit's FTP client has its own routine for opening
  25. TCP connection, rather than using the same routine that is used for Telnet
  26. and other connection types.  The latter takes the TCP ADDRESS setting into
  27. account, but it seems the FTP code does not.  This will need to be fixed;
  28. I'll add it to my (very long) list.
  29.  
  30. In the meantime, if any readers would like to pitch in, the variable
  31. in question is tcp_address.  The way it is used in netopen() in ckcnet.c
  32. needs to be carried over to ftpopen() in ckcftp.c.
  33.  
  34. - Frank